Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGTests

Extended by SVGSVGElement, SVGGElement, SVGDefsElement, SVGUseElement, SVGImageElement, SVGSwitchElement, SVGPathElement, SVGRectElement, SVGCircleElement, SVGEllipseElement, SVGLineElement, SVGPolylineElement, SVGPolygonElement, SVGTextContentElement, SVGPatternElement, SVGClipPathElement, SVGMaskElement, SVGCursorElement, SVGAElement, SVGAnimationElement, SVGForeignObjectElement, SVGSVGElement, SVGGElement, SVGDefsElement, SVGUseElement, SVGImageElement, SVGSwitchElement, SVGPathElement, SVGRectElement, SVGCircleElement, SVGEllipseElement, SVGLineElement, SVGPolylineElement, SVGPolygonElement, SVGTextContentElement, SVGPatternElement, SVGClipPathElement, SVGMaskElement, SVGCursorElement, SVGAElement, SVGAnimationElement, SVGForeignObjectElement
Properties
SVGStringList
requiredExtensions
Corresponds to attribute ‘requiredExtensions’ on the given element.
SVGStringList
requiredFeatures
Corresponds to attribute ‘requiredFeatures’ on the given element.
SVGStringList
systemLanguage
Corresponds to attribute ‘systemLanguage’ on the given element.
Operations
boolean
hasExtension(DOMString extension)
Returns true if the user agent supports the given extension, specified by a URI. ParametersDOMString extension The name of the extension, expressed as a URI. Returns True or false, depending on whether the given extension is supported.